UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The rexec daemon must not be running.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4688 GEN003840 SV-64037r1_rule EBRP-1 ECSC-1 High
Description
The rexecd process provides a typically unencrypted, host-authenticated remote access service. SSH should be used in place of this service.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2015-03-26

Details

Check Text ( C-52603r1_chk )
# grep disable /etc/xinetd.d/rexec
If the service file exists and is not disabled, this is a finding.
Fix Text (F-54719r1_fix)
Edit /etc/xinetd.d/rexec and set "disable=yes"